.logo {
    width: 200px;
    height: 63px;
}

.text-light {
    color: #ffffff;
}

.product-item-container.grid-view-item .right-block
{
    height: 150px;
}

.product-count {
    float: left;
    font-weight: 700;
    font-size: 14px;
}

li.active a {
    color: #ff5722;
}

.p-15 {
    padding: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.btn-back {
    border: 1px solid #fff;
    background-color: #ff5722;
    color: #fff;
    border-right: none;
    border-radius: 5px !important;
}

.post-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 32px;
    text-align: left;
    margin-bottom: 8px;
}

.d-none {
    display: none;
}

.cart-quantity.d-none + .text-giohang {
        margin-top: 10px;
}